Relase 10.2.0 changes#35261
Conversation
Update changelog for 10.2.0 RC1
The uploader is expecting the progress bar element to be in the DOM when created. This fix makes sure to append the PublicUploadView's element to the DOM before rendering it.
[10.2] Point to current installation instructions in README
…progress [10.2.0] Fix missing progress bar in files drop view
[10.2] Dependency bumps for release 10.2.0
[10.2] Wrong translation file referenced for accept & decline share
…load Remove share permission check from the file upload js file. Signed-off-by: Sujith H <sharidasan@owncloud.com>
…release-10.2.0 [10.2.0] Backport of Remove share permission check from the file up…
[10.2.0] Filter unavailable users and remove unavailable shares on polling
[10.2.0] add new capability privateLinksDetailsParam
[10.2.0] Respect 'writable' appdir flag on update
[release-10.2.0] Avoid headers set twice in some situations
Remove update permission for Download/View/Upload option for public link. And hence the behaviour of public links created using this option has changed. 1. User cannot delete the files/folders inside this public link. 2. User cannot update the files which are already present in the public link 3. User cannot rename files. Signed-off-by: Sujith H <sharidasan@owncloud.com>
…ur-release-10.2.0 [10.2.0] Backport of Fix permission and update behaviour for public link
Signed-off-by: Patrick Jahns <github@patrickjahns.de>
…status [release-10.2.0] encode jobs that have an array as job value
… upload check The public link edit template was outside public upload check. And hence for creating the public link for files the full permission option was shown. This change tries to address the issue. Signed-off-by: Sujith H <sharidasan@owncloud.com>
…lease-10.2.0 [10.2.0] Backport of The public link edit template was outside public upload check
[10.2.0] Treat send attempt as unsuccessful when there is a message.
Signed-off-by: Patrick Jahns <github@patrickjahns.de>
Signed-off-by: Patrick Jahns <github@patrickjahns.de>
Update changelog for 10.2.0 RC4
Update README.md file with 10.2 version
…l-notification [release-10.2.0] Add webUI tests for share mail notification
Signed-off-by: Patrick Jahns <github@patrickjahns.de>
Codecov Report
@@ Coverage Diff @@
## stable10 #35261 +/- ##
==============================================
- Coverage 64.52% 64.39% -0.14%
+ Complexity 20080 20051 -29
==============================================
Files 1289 1285 -4
Lines 76947 76848 -99
Branches 1299 1308 +9
==============================================
- Hits 49650 49485 -165
- Misses 26916 26979 +63
- Partials 381 384 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #35261 +/- ##
==============================================
- Coverage 64.52% 64.39% -0.14%
+ Complexity 20080 20051 -29
==============================================
Files 1289 1285 -4
Lines 76947 76848 -99
Branches 1299 1308 +9
==============================================
- Hits 49650 49485 -165
- Misses 26916 26979 +63
- Partials 381 384 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #35261 +/- ##
==============================================
- Coverage 64.52% 64.39% -0.14%
+ Complexity 20080 20051 -29
==============================================
Files 1289 1285 -4
Lines 76947 76848 -99
Branches 1299 1308 +9
==============================================
- Hits 49650 49485 -165
- Misses 26916 26979 +63
- Partials 381 384 +3
Continue to review full report at Codecov.
|
|
See #35262 for an equivalent PR with the conflicts resolved... |
|
PR #35262 did the job here. |
Description
Merge back the changes from 10.2.0 release branch to sync up changes
Related Issue
Motivation and Context
How Has This Been Tested?
🚫
Screenshots (if appropriate):
Types of changes
Checklist: